home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / uplmsg3.zip / UPLMSG3.DOC < prev    next >
Text File  |  1992-08-21  |  5KB  |  117 lines

  1. UPLMSG3.EXE      (c) 1992       Karl Schneider
  2. UPLMSG4.EXE                     8505 Woodwick Ct.
  3.                                 Tampa, FL 33615
  4.                                 813-884-9661 voice day/eve
  5. * For WILDCAT 3.x+ ONLY. *       "   "    "  Agora BBS midnite-0800 EST
  6.                                              (14.4 HST)
  7.  
  8. -------------------------------------------------------------------------
  9.                            REVISION HISTORY
  10.  
  11. 8-21-92:  YIKES!  I messed up with the /N switch!  /N is a VALID
  12.           POSTMSTR switch, I mis-read it.  To disable adding the
  13.           note to ACTIVITY.00x, use /*   NOT /N as in the 8-16-92
  14.           release.  Not really a 'bug'... more of a 'stupid'!
  15. -------------------------------------------------------------------------
  16.  
  17.     8-16-92   Initial release.
  18. --------------------------------------------------------------------------
  19. These 2 programs, UPLMSG3 and UPLMSG4 are to be used in conjunction with
  20. Dave Cody's excellent PostMaster (POSTMSTR.EXE) (c) program to auto-
  21. matically send a MESSAGE to users who UPLOAD files.
  22.  
  23. This is a re-write of my previous UPLMSG package (which used UPLMSG1.EXE
  24. and UPLMSG2.EXE).  This version can be used EITHER like the original release
  25. (generate the message after each call in POSTCALL), or Do Them All At
  26. Once in an EVENT!  See sections 5a and 5b below.  Note:  these
  27. programs do NOT read the ACTIVITY.00x file for information!  They
  28. create their own scratch files which are automatically created and
  29. maintained by the program and thus are considerably faster than one
  30. that has to read through and sort out the Activity log file.
  31.  
  32. To set it up, just follow these steps (1 through 6):
  33.  
  34. 1.  Get a copy of POSTMSTR.  The 1.12 version of August 4 is the
  35.     latest as of this date and fixes some bugs in earlier releases.
  36.  
  37. 2.  Put UPLMSG3.EXE and UPLMSG4.EXE in your Wildcat Home directory
  38.     or anywhere in your PATH.
  39.  
  40. 3.  Be sure the environment variable WCNODEID is properly set.
  41.  
  42. 4.  Add the following to your SCANFILE.BAT (or .RUN) file:
  43.  
  44.     cd\wc30      (your Wildcat Home Directory)
  45.     uplmsg3
  46.  
  47. >>> UPLMSG3 must be used whether you are using option 5a or 5b below.
  48. >>> It only takes about 1 second to run in SCANFILE.
  49.  
  50. 5a. *** To create the message after EACH CALL ***:
  51.  
  52.     Add something like the following to your POSTCALL.BAT (.RUN):
  53.  
  54.     cd\wc30
  55.     uplmsg4 /i:upthanks.txt /f:Sysop /s:Uploads /c:0 /R
  56.  
  57.  
  58.  - - - - - - - - - - - - - - - OR - - - - - - - - - - - - - - - - - - -
  59.  
  60. 5b. *** To create messages to ALL Uploaders at one time in an EVENT ***
  61.  
  62.     Run the program in the appropriate EVENT BATCH FILE, something like:
  63.  
  64.     cd\wc30
  65.     uplmsg4 /i:upthanks.txt /f:Sysop /s:Uploads /c:0 /R /*
  66.  
  67.     I would strongly suggest using the /* switch when doing this in
  68.     an Event!  If you leave it off, your ACTIVITY.00x file will have
  69.     a bunch of 'out of sequence' notations!  (See below)
  70.  
  71. ------------------------------------------------------------------------
  72.     You may change the switches above, subject to the limitations
  73.     explained below to suit your own requirements.  All POSTMSTR
  74.     switches are OK to use (as described in the POSTMSTR docu-
  75.     mentation) EXCEPT as follows:
  76.  
  77.   The /I: switch is REQUIRED, the following are OPTIONAL:
  78.  
  79.   /N /A  /C  /F  /S  /P  /R  /O  /X  (X only works with Registered POSTMSTR)
  80.  
  81.    /* (Not a POSTMSTR switch.  Use to disable ACTIVITY.00x entries)
  82. ------------------------------------------------------------------------
  83.  
  84.   The following switches are NOT permitted and will cause the program
  85.   to abort:
  86.  
  87.    /M  /L   /T  /Z
  88.  
  89.  
  90. 6.  Make up a text file (I call it UPTHANKS.TXT) for PostMaster to
  91.     copy into the created message.  I've included mine in this
  92.     package; you may use it if you want, or edit it to suit your
  93.     own needs.
  94.  
  95. If you don't include the /* switch, an entry in the appropriate node's
  96. activity log will be made when a message is created.  It looks like this:
  97.  
  98.       08:15 * Message sent by UPLMSG/POSTMSTR.
  99.  
  100. If you do NOT want this added to your ACTIVITY.00x file, add a
  101. /* switch to the command line. (see above note)
  102.  
  103. ------------------------------------------------------------------------
  104.  
  105. I've tested these programs quite thoroughly and don't believe there
  106. are any bugs in them.  There is, however, no expressed or
  107. implied warranty of this package, and I take no responsibility
  108. for any result of using the programs in it.
  109.  
  110. Any comments or suggestions are welcome.  If you find this
  111. program useful, a $10 or so registration is solicited.  Any
  112. amount over $40 will entitle you to full support on ALL my
  113. Wildcat 3.x+ utilities, plus new programs and/or updates.
  114. (That's way under a dollar each right now!)  Thank you!
  115.  
  116. -eof-
  117.